home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / EDITORS / ZAP130 / !Zap / Docs / E-Keycodes < prev    next >
Text File  |  1994-01-09  |  3KB  |  67 lines

  1. *************************************************************************
  2. * >E-Keycodes: Documents Zap's internal key numbers            *
  3. *************************************************************************
  4.  
  5. The key numbers used by Zap in the 'Keys' file and internally differ from the
  6. wimp key numbers for some keys. The Zap key numbers mainly extend the wimp
  7. key numbers (documented under Wimp_Poll,8 p3-123 in RO3 PRM's) and separate
  8. out some keypresses the wimp assigns the same codes to. Conversion to Zap key
  9. numbers takes place as soon as Zap gets a 'Key Pressed' event and then the
  10. keys are buffered for later use.
  11.  
  12. All key numbers are in the range 0-&1FF. 's' means 'shift', 'c' means 'ctrl',
  13. 'k' means 'keypad'. All numbers in the table below are in hex.
  14.  
  15. 000 cSpace    100 scSpace    120 sSpace    140        160
  16. 001 cA        101 scA        121 ck/        141 sck/    161 k/
  17. 002 cB        102 scB        122 ck*        142 sck*    162 k*
  18. 003 cC        103 scC        123 ck#        143 sck#    163 k#
  19. 004 cD        104 scD        124 ck-        144 sck-    164 k-
  20. 005 cE        105 scE        125 ck+        145 sck+    165 k+
  21. 006 cF        106 scF        126 ckEnter    146 sckEnter    166 kEnter
  22. 007 cG        107 scG        127 ck.        147 sck.    167 k.
  23. 008 cH        108 scH        128         148         168
  24. 009 cI        109 scI        129         149         169
  25. 00A cJ        10A scJ        12A         14A         16A
  26. 00B cK        10B scK        12B c[        14B sc[ (c{)    16B
  27. 00C cL        10C scL        12C c\        14C sc\ (c|)    16C
  28. 00D cM        10D scM        12D c]        14D sc] (c})    16D
  29. 00E cN        10E scN        12E        14E        16E
  30. 00F cO        10F scO        12F c-        14F sc- (c_)    16F 
  31. 010 cP        110 scP        130 c0        150 sc0 (c))    170
  32. 011 cQ        111 scQ        131 c1        151 sc1 (c!)    171 sk/
  33. 012 cR        112 scR        132 c2        152 sc2 (c@)    172 sk*
  34. 013 cS        113 scS        133 c3        153 sc3 (c#)    173 sk#
  35. 014 cT        114 scT        134 c4        154 sc4 (c$)    174 sk-
  36. 015 cU        115 scU        135 c5         155 sc5    (c%)    175 sk+
  37. 016 cV        116 scV        136 c6        156 sc6 (c^)    176 skEnter
  38. 017 cW        117 scW        137 c7        157 sc7 (c&)    177 sk.
  39. 018 cX        118 scX        138 c8        158 sc8 (c*)    178
  40. 019 cY        119 scY        139 c9        159 sc9 (c()    179
  41. 01A cZ        11A scZ        13A        15A        17A
  42. 01B Escape    11B sEscape    13B cEscape    15B scEscape    17B
  43. 01C Backspace    11C sBackspace    13C cBackspace    15C scBackspace    17C
  44. 01D Return    11D sReturn    13D cReturn    15D scReturn    17D
  45. 01E Home    11E sHome    13E cHome    15E scHome    17E
  46. 01F cDelete    11F scDelete    13F        15F        17F sDelete
  47.  
  48. 020-0FF are the standard ascii characters with 07F Delete.
  49. 180-1BF are the function keys with same numbers as the Wimp.
  50.  
  51. 1C0 k0        1D0 sk0        1E0 ck0        1F0 sck0
  52. 1C1 k1        1D1 sk1        1E1 ck1        1F1 sck1        
  53. 1C2 k2        1D2 sk2        1E2 ck2        1F2 sck2        
  54. 1C3 k3        1D3 sk3        1E3 ck3        1F3 sck3        
  55. 1C4 k4        1D4 sk4        1E4 ck4        1F4 sck4        
  56. 1C5 k5        1D5 sk5        1E5 ck5        1F5 sck5        
  57. 1C6 k6        1D6 sk6        1E6 ck6        1F6 sck6        
  58. 1C7 k7        1D7 sk7        1E7 ck7        1F7 sck7        
  59. 1C8 k8        1D8 sk8        1E8 ck8        1F8 sck8        
  60. 1C9 k9        1D9 sk9        1E9 ck9        1F9 sck9        
  61. 1CA F10        1DA sF10    1EA cF10    1FA scF10        
  62. 1CB F11        1DB sF11    1EB cF11    1FB scF11        
  63. 1CC F12        1DC sF12    1EC cF12    1FC scF12        
  64. 1CD Insert    1DD sInsert    1ED cInsert    1FD scInsert        
  65. 1CE        1DE        1EE        1FE        
  66. 1CF        1DF        1EF        1FF        
  67.